Search Results for

    Show / Hide Table of Contents

    Class <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject

    Inheritance
    System.Object
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject
    Implements
    <11d4c772-3579-4f93-ac46-b452e4461737>IAsn1Convertible
    Inherited Members
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.EncodeTo(Stream)
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.EncodeTo(Stream, String)
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.FromByteArray(Byte[])
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.FromStream(Stream)
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.ToAsn1Object()
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.Asn1Equals(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object)
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.Asn1GetHashCode()
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.Der
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.Ber
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.EncodeTo(Stream)
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.EncodeTo(Stream, String)
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.GetEncoded()
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.GetEncoded(String)
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.GetDerEncoded()
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.GetHashCode()
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.Equals(Object)
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable.ToAsn1Object()
    Namespace: Org.BouncyCastle.Asn1
    Assembly: IronPdf.dll
    Syntax
    public abstract class <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject :  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1Object,  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1TaggedObjectParser,  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > IAsn1Convertible

    Constructors

    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject(Boolean, Int32, <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable)

    Declaration
    protected <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject(bool explicitly, int tagNo,  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1Encodable obj)
    Parameters
    Type Name Description
    System.Boolean explicitly
    System.Int32 tagNo
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable obj

    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject(Int32, <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable)

    Declaration
    protected <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject(int tagNo,  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1Encodable obj)
    Parameters
    Type Name Description
    System.Int32 tagNo
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable obj

    Properties

    TagNo

    Declaration
    public int TagNo { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Asn1Equals(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object)

    Declaration
    protected override bool Asn1Equals( < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1Object asn1Object)
    Parameters
    Type Name Description
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object asn1Object
    Returns
    Type Description
    System.Boolean
    Overrides
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.Asn1Equals(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object)

    Asn1GetHashCode()

    Declaration
    protected override int Asn1GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object.Asn1GetHashCode()

    GetInstance(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject, Boolean)

    Declaration
    public static  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1TaggedObject GetInstance( < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1TaggedObject obj, bool explicitly)
    Parameters
    Type Name Description
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject obj
    System.Boolean explicitly
    Returns
    Type Description
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject

    GetInstance(Object)

    Declaration
    public static  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1TaggedObject GetInstance(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject

    GetObject()

    Declaration
    public  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > Asn1Object GetObject()
    Returns
    Type Description
    <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object

    GetObjectParser(Int32, Boolean)

    Declaration
    public  < 11d  4  c772 - 3579 - 4f  93 - ac46 - b452e4461737 > IAsn1Convertible GetObjectParser(int tag, bool isExplicit)
    Parameters
    Type Name Description
    System.Int32 tag
    System.Boolean isExplicit
    Returns
    Type Description
    <11d4c772-3579-4f93-ac46-b452e4461737>IAsn1Convertible

    IsEmpty()

    Declaration
    public bool IsEmpty()
    Returns
    Type Description
    System.Boolean

    IsExplicit()

    Declaration
    public bool IsExplicit()
    Returns
    Type Description
    System.Boolean

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Implements

    <11d4c772-3579-4f93-ac46-b452e4461737>IAsn1Convertible

    Inherited members

    EncodeTo(Stream)
    EncodeTo(Stream, String)
    FromByteArray(Byte[])
    FromStream(Stream)
    ToAsn1Object()
    Asn1Equals(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object)
    Asn1GetHashCode()
    Der
    Ber
    EncodeTo(Stream)
    EncodeTo(Stream, String)
    GetEncoded()
    GetEncoded(String)
    GetDerEncoded()
    GetHashCode()
    Equals(Object)
    ToAsn1Object()
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    Want to deploy IronPDF to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronPDF free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.